New VCPUOP_get_runstate_info hypercall. Returns information about the current
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 25 Feb 2006 16:58:37 +0000 (17:58 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 25 Feb 2006 16:58:37 +0000 (17:58 +0100)
commiteefccca99ed9ea22cad686d3fddfd327c2dbc877
tree62b43ac848714397608f3a748854c1ade0a0dd89
parent73f56b3d570526fc7dba9fd9ff54b259e95fc0a9
New VCPUOP_get_runstate_info hypercall. Returns information about the current
run state of a VCPU (running, runnable, blocked, etc.) and the total time
spent in each state since the VCPU was created.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/dom0_ops.c
xen/common/domain.c
xen/common/keyhandler.c
xen/common/sched_bvt.c
xen/common/sched_sedf.c
xen/common/schedule.c
xen/include/public/vcpu.h
xen/include/xen/sched-if.h
xen/include/xen/sched.h